home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 June / EnigmA AMIGA RUN 19 (1997)(G.R. Edizioni)(IT)[!][issue 1997-06][EAR-CD III].iso / for amiga / v1.2 / announce-1.2.10pl1.z / announce-1.2.10pl1
Text File  |  1997-04-23  |  4KB  |  77 lines

  1. This message announces the availability of the first patch for version
  2. 1.2.10 of Linux/68k.
  3.  
  4. It can be ftped from directory /pub/linux/680x0/v1.2 at
  5. tsx-11.mit.edu.  A diff file can be found in linux-1.2.10pl1.diffs.gz,
  6. and the full source in linux-1.2.10pl1.tar.gz.
  7.  
  8. As you can probably guess, this version of Linux/68k is "compatible"
  9. with version 1.2.10 of the PC version of Linux.
  10.  
  11. BEFORE RUNNING THIS KERNEL, CAREFULLY READ EVERY PART OF THIS
  12. ANNOUNCEMENT, AND PLAY CLOSE ATTENTION TO THE *EXT2FS* SECTION.  ALSO LOOK AT THE ANNOUNCE-* FILE FOR 1.2.10.
  13.  
  14. Notes:
  15.  
  16.     1) This kernel *cannot* be used with existing 0.9 ext2fs
  17.        filesystems without "fixing" them.  See *EXT2FS* below.
  18.  
  19.     2) This version is distributed as source only.
  20.  
  21.     3) Andreas Schwab has made this work on his Atari TT.
  22.  
  23.     4) While I've compiled in every Amiga option, this kernel has only
  24.        been tested on my 68030 A3000, so the only drivers tested are
  25.        the OCS graphics, the keyboard, the A3000 SCSI driver, the SCSI
  26.        disk driver, the Amiga serial port driver and the PPP network
  27.        interface.
  28.  
  29.     5) The Amiga/Atari code in this distribution is pretty much
  30.        equivalent to that in the 0.9pl6 distribution of Linux/68k, plus
  31.        Andreas' "megapatch".
  32.  
  33.     6) This kernel has included Jes Degn Soerensen's patch for the
  34.        68040.
  35.  
  36.     7) If you don't have the ELF gcc installed, you'll have to modify
  37.        arch/m68k/Makefile to change the "CC" and "LD" variables to
  38.        remove the "-b m68k-linuxaout" and "-m m68klinux" flags.
  39.  
  40. The amiboot-1.11.gz "bootstrap" program for the Amiga can be used to
  41. boot this kernel.  I use amiga-lilo 0.3 to boot this kernel also.  I
  42. haven't tried version 0.4 yet.  Note that amiga-lilo 0.3 seems to have
  43. problems booting kernels of 700k in size.
  44.  
  45. I've created a new ramdisk image to be used with this kernel.  It is
  46. in filesys-1.2.gz in the v1.2 directory.  The most interesting
  47. programs in this filesystem from a v1.2 point of view are the
  48. /sbin/fsck.ext2, /sbin/mkfs.ext2 and /sbin/update programs.
  49. /sbin/fsck.ext2 and /sbin/mkfs.ext2 are versions of the e2fsprogs-0.5b
  50. which *must* be used with v1.2 of Linux/68k.  See *EXT2FS* below.
  51. /sbin/update is the "bdflush" daemon some of you may have heard about.
  52. It gives better disk buffer writing performance than the existing
  53. /sbin/update program.  Note that /sbin/update will only do the
  54. "bdflush" business on a 1.2 system, but can be used as a replacement
  55. for /sbin/update on older (v0.9) systems also.
  56.  
  57. *EXTFS*:
  58.  
  59.    When I first created Linux/68k (and the ported the ext2fs
  60.    filesystem) I made a bad decision about the implementation of the
  61.    linux kernel bit operations for the m68k.  I made them
  62.    little-endian when they should really have been big-endian.  I have
  63.    rectified this mistake in v1.2.  The bit-operations are big-endian,
  64.    and the ext2fs filesystem uses these bit operations.  This means
  65.    that the inode and block bitmaps of existing ext2fs filesystems
  66.    *cannot* be used by the v1.2 kernel.  If you want to use existing
  67.    filesystems, you must boot the 1.2 ramdisk filesystem, and run the
  68.    /sbin/fsck.ext2 program on every ext2fs filesystem you intend to
  69.    use with the v1.2 kernel.  Note that after running the new
  70.    fsck.ext2 on these filesystems, they cannot be used by v0.9 kernels
  71.    unless you run the v0.9 fsck.ext2 on them.  If you wish to create a
  72.    *new* ext2fs partition to use with v1.2, use the mkfs.ext2 on the
  73.    1.2 ramdisk filesystem.
  74.  
  75. The patches required to e2fsprogs-0.5b to support Linux/68k v1.2.0 are
  76. found in e2fsprogs-0.5b.diffs.gz in the v1.2 directory.
  77.